home *** CD-ROM | disk | FTP | other *** search
/ Aminet 13 / Aminet 13 - August 1996.iso / Aminet / mus / misc / ChordianV1_0.lha / Chordian.doc < prev    next >
Text File  |  1996-06-10  |  2KB  |  101 lines

  1.  
  2. Chordian documentation (Monday 10th, June 1996)
  3. ===============================================
  4.  
  5.  
  6. Background
  7. -----------------------------------------------
  8.  
  9. Using MusicLine Editor is great. Really great. Infact it's so great I deleted
  10. all my ProTracker clones. Bummer =:). Now I had no way to make chords. Even
  11. though the chordmaker in Protracker 2.3d wasn't all that good, it was usable.
  12.  
  13. So, I sat down and wrote this program. Nothing fancy but it does the job. It
  14. removes some of the problems with the PT chord makers and has a nice option
  15. which permits interpolation. (read: better sound quality in some cases)
  16.  
  17.  
  18.  
  19.  
  20. The Archive
  21. -----------------------------------------------
  22.  
  23. Included files:
  24.  
  25. Chordian    executable for 020+ and FPU
  26. ChordianIEEE    executable for any cpu without FPU (slow)
  27. Chordian.c    c source
  28. Chordian.doc    this text
  29.  
  30.  
  31.  
  32.  
  33. Disclamer
  34. -----------------------------------------------
  35.  
  36. I am not responsible for any damage this program might cause. I've only
  37. tested it on my A4000/060, so if there's any trouble just mail me or
  38. compile your one version.
  39.  
  40.  
  41.  
  42.  
  43. Legal
  44. -----------------------------------------------
  45.  
  46. You are allowed to change this program, include parts of it in your own
  47. code, improve it or modify it as long as my name and original copyright
  48. is mentioned.
  49.  
  50. ( Just don't make a MUI GUI to it! =:) )
  51.  
  52. I've included the source to this simple program. Since it only took me
  53. 3 hours to write it's no big deal.
  54.  
  55.  
  56.  
  57.  
  58.  
  59. Usage
  60. -----------------------------------------------
  61.  
  62. No big deal:
  63.  
  64. Chordian <sample> <output> [i] n1 n2 [n3..]
  65.  
  66. <sample>        the sample you wish to make a chord from
  67. <output>        the chord sample to create
  68. i               use interpolation
  69. the n values are tones relative to the basenote
  70. values n1,n2 are required but up to 4 may be given
  71.  
  72. Chordian by itself also gives you this information plus a little example.
  73.  
  74.  
  75.  
  76. Compiling
  77. -----------------------------------------------
  78.  
  79. There shouldn't be any problems.
  80.  
  81. These two versions were compiled with (under GCC):
  82.  
  83. gcc chordian.c -o chordian -m68020-40 -O2 -s -noixemul -lm
  84.  
  85. and
  86.  
  87. gcc chordian.c -o chordianIEEE -m68000 -O2 -s -msoft-float
  88.  
  89.  
  90.  
  91.  
  92. Author
  93. -----------------------------------------------
  94.  
  95. Andreas Fredriksson (dep@canit.se)
  96. Running a A4000/060/16MB fast/1.3GB/CyberVision64/CDrom !
  97.  
  98.  
  99. Have fun!
  100.                         / Andreas
  101.